a:hover {
    text-decoration: none;
    color: #3AAEBD;
}

ul li {
    list-style: none;
}

.top_nav {
    border-bottom: 4px solid #3AAEBD;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.top_nav .logo {
    display: inline-block;
}

.top_nav .logo img {
    width: 300px;
    height:auto;
}

.top_nav ul {
    width: calc(100% - 320px);
    float: right;
    padding: 0;
    margin: 0;
    display: flex;
}

.top_nav ul li {
    width: 10%;
    text-align: center;
    list-style: none;
    position: relative;
}

.top_nav ul li:hover div {
    display: block;
}

.top_nav ul li>div {
    position: absolute;
    top: 100%;
    z-index: 10000000;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}

.top_nav ul li>div>a {
    display: block;
    line-height: initial;
    padding: 15px 0;
    color: #333;
}

.top_nav ul li>div>a:hover {
    background: #3AAEBD;
    color: #fff;
    text-decoration: none;
}

.top_nav ul .active {
    background: #3AAEBD;
    color: #fff;
}

.top_nav ul li>a {
    color: #000;
    font-size: 18px;
    display: block;
}

.top_nav ul li>a:hover {
    background: #3AAEBD;
    color: #fff;
    text-decoration: none;
}

.banner {
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner_button_next {
    position: absolute;
    top: 40%;
    left: 30px;
    background: rgba(0, 0, 0, 0.4);
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    font-size: 18px;
}

.banner_button_prev {
    position: absolute;
    top: 40%;
    right: 30px;
    background: rgba(0, 0, 0, 0.4);
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    font-size: 18px;
}

.banner_button_next:hover {
    background: rgba(58, 174, 189, 0.9);
    transition: 0.5s all;
}

.banner_button_prev:hover {
    background: rgba(58, 174, 189, 0.9);
    transition: 0.5s all;
}

.banner .swiper-pagination-bullet-active {
    background: #fff
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.index_new {
    margin: 50px 0;
}

#index_new_left_banner .index_new_left_banner_box {
    position: relative;
}

#index_new_left_banner .index_new_left_banner_box div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
}

#index_new_left_banner .index_new_left_banner_box div a {
    color: #fff;
    font-size: 16px;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#index_new_left_banner .index_new_left_banner_box div {
    width: 100%;
}

#index_new_left_banner .swiper-pagination {
    bottom: 10px;
    right: 0;
    width: 15%;
    left: auto;
}

#index_new_left_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.index_new_right .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.index_new_right .nav-tabs>li>a {
    font-size: 20px;
    color: #333;
    position: relative;
    font-weight: bold;
    color: #666;
}

.index_new_right .nav-tabs>li>a:hover {
    background: transparent;
    color: #3AAEBD;
    border: 1px solid transparent;
}

.index_new_right .nav-tabs>li.active>a {
    color: #3AAEBD;
    font-weight: bold;
    border: none;
}

.index_new_right .nav-tabs>li.active>a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #3AAEBD;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.index_new_right .tab-content ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 5px;
}

.index_new_right .tab-content ul li>a {
    display: inline-block;
    padding-left: 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.index_new_right .tab-content ul li>a::after {
    content: '';
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #3AAEBD;
    position: absolute;
}

.index_new_right .tab-content ul li>span {
    float: right;
    color: #999999;
}

.index_new_right .tab-content ul li>a:hover {
    color: #3AAEBD;
}

.index_new_right ul .more {
    float: right;
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

.index_new_right ul .more:hover {
    text-decoration: none;
    color: #3AAEBD;
}

.index_new_right .tab-content ul {
    padding: 0;
}

.index_new_right .tab-content .top_new .title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
}

.index_new_right .tab-content .top_new .title:hover {
    text-decoration: none;
    color: #3AAEBD;
}

.index_new_right .tab-content .top_new span {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
}

.index_new_right .tab-content .top_new span .more {
    color: red;
}

.index_new_right .tab-content .top_new {
    margin-bottom: 20px;
}

.index_gg {
    margin-bottom: 50px;
}

.index_new_mid {
    margin-bottom: 40px;
}

.index_title {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.index_title p {
    color: #3AAEBD;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.index_title p::before {
    width: 100%;
    height: 2px;
    bottom: -16px;
    left: 0;
    background: #3AAEBD;
    position: absolute;
    content: '';
}

.index_title a {
    float: right;
    color: #999999;
    margin-top: 4px;
}

.index_title a:hover {
    color: #3AAEBD;
    text-decoration: none;
}

.index_new_gc_box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.index_new_gc_box img {
    width: 100%;
    transition: 0.5s all;
    height: 184px;
}

.index_new_gc_box img:hover {
    transform: scale(1.2);
}

#index_fc .swiper-slide img {
    height: 160px;
}

.index_new_gc_box div {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.index_new_zb_top {
    overflow: hidden;
}

.index_new_zb_top_img {
    float: left;
    width: 45%;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}

.index_new_zb_top_img img {
    width: 100%;
    transition: 0.5s all;
}

.index_new_zb_top_img img:hover {
    transform: scale(1.2);
}

.index_new_zb_top {
    margin-bottom: 15px;
}

.index_new_zb_top>div {
    float: right;
    width: calc(100% - 45% - 10px);
}

.index_new_zb_top>div>a {
    display: block;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_new_zb_top>div>a:hover {
    color: #3AAEBD;
}

.index_new_zb_top>div>span {
    color: #666666;
    margin-top: 10px;
    display: block;
}

.index_new_list ul {
    padding: 0;
    margin: 0;
}

.index_new_list ul li {
    list-style: none;
    margin-bottom: 10px;
    overflow: hidden;
}

.index_new_list ul li a {
    color: #333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
}

.index_new_list ul li a:hover {
    color: #3AAEBD;
}

.index_new_list ul li span {
    float: right;
    color: #999999;
}

.index_new_dj_top {
    overflow: hidden;
}

.index_new_dj_top_img {
    float: left;
    width: 45%;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}

.index_zb_banner {
    width: 100%;
    height: 390px;
    font-size: 14px;
}

.index_zb_banner ul {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.index_zb_banner ul li span {
    float: right;
}

.index_zb_banner ul li a {
    font-size: 14px;
}

.index_zb_banner a {
    color: #333;
    text-decoration: none;
}

.index_zb_banner a:hover {
    text-decoration: underline;
}

.index_new_dj_top_img img {
    width: 100%;
    transition: 0.5s all;
    height: 115px;
}

.index_new_dj_top_img img:hover {
    transform: scale(1.2);
}

.index_new_dj_top {
    margin-bottom: 15px;
}

.index_new_dj_top>div {
    float: right;
    width: calc(100% - 45% - 10px);
}

.index_new_dj_top>div>a {
    display: block;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_new_dj_top>div>a:hover {
    color: #3AAEBD;
}

.index_new_dj_top>div>span {
    color: #666666;
    margin-top: 10px;
    display: block;
}

.index_new_dj_top>div>span>a {
    color: red;
}

.index_new_zp {
    margin-bottom: 15px;
}

.index_new_zp img {
    height: 115px;
    width: 100%;
}

#index_fc {
    margin-top: 40px;
    margin-bottom: 50px;
}

.index_fc_box {
    float: left;
    width: 200px;
}

#index_fc a p {
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-top: 15px;
}

#index_fc img {
    height: 140px;
}

.index_fc_box_img {
    display: block;
    margin-bottom: 10px;
}

.index_fc_box_title {
    display: block;
    color: #000;
}

.index_fc_box_title:hover {
    color: #3AAEBD;
}

#index_fc .banner_button_next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 35%;
    left: 10px;
    font-size: 16px;
}

#index_fc .banner_button_prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 35%;
    font-size: 16px;
    right: 10px;
}

footer {
    background: #3AAEBD;
}

.footer_top {
    border-bottom: 1px solid #57BAC6;
    padding: 30px 0;
}

.footer_top_link {
    display: inline-block;
    width: calc(100% - 280px);
    margin-top: 10px;
}

.footer_top_link p {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.footer_top_link a {
    display: inline-block;
    color: #D7EEF1;
    border-right: 1px solid #53b8c4;
    margin-right: 10px;
    padding-right: 10px;
}

.footer_top_link a:last-child {
    border-right: none;
}

.footer_top_search {
    float: right;
    width: 280px;
    position: relative;
}

.footer_top_search input {
    border: 1px solid #71C4CF;
    background: #4EB6C3;
    height: 44px;
    line-height: 44px;
    line-height: 44px;
    color: #fff;
    padding-left: 15px;
    width: 100%;
    border-radius: 50px;
    outline: none;
}

.footer_top_search input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #B8E1E7;
}

.footer_top_search img {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 23px;
    height: 24px;
    cursor: pointer;
}

.footer_mid {
    position: relative;
    overflow: hidden;
}

.footer_mid_left {
    width: 54%;
    display: inline-block;
    overflow: hidden;
    border-right: 1px solid #57BAC6;
    padding: 30px 0;
    float: left;
}

.footer_mid_left ul {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 30px;
}

.footer_mid_left ul p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.footer_mid_left ul li a {
    margin-bottom: 10px;
    color: #D7EEF1;
    display: block;
}

.footer_mid_lx {
    position: absolute;
    width: 26%;
    height: 100%;
    border-right: 1px solid #57BAC6;
    padding: 30px;
    left: 54%;
    top: 0;
    color: #fff;
}

.footer_mid_lx h4 {
    margin: 0;
    margin-bottom: 20px;
}

.footer_mid_lx p {
    color: #D7EEF1;
}

.footer_mid_ewm {
    float: right;
    width: 20%;
    text-align: center;
    padding-top: 30px;
    color: #D7EEF1;
}

.footer_mid_ewm img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}

.footer_bottom {
    border-top: 1px solid #57BAC6;
    height: 80px;
    line-height: 80px;
}

.footer_bottom img {
    display: inline-block;
    width: 334px;
}

.footer_bottom .footer_bottom_right {
    float: right;
}

.footer_bottom .footer_bottom_right span {
    color: #D7EEF1;
    margin-right: 20px;
}

.footer_bottom .footer_bottom_right a {
    color: #D7EEF1;
    margin-right: 20px;
}

.page_banner {
    position: relative;
}

.page_banner img {
    width: 100%;
}

.page_banner_title {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    color: #fff;
}

.page_banner_title h3 {
    font-size: 44px;
}

.page_banner_title span {
    font-size: 24px;
}

.page_nav {
    border-bottom: 1px solid #E6EBEB;
    padding: 20px 0;
}

.page_nav_left {
    display: inline-block;
}

.page_nav_left>div {
    border-right: 1px solid #999;
    display: inline-block;
    padding: 0 30px;
}

.page_nav_left a {
    color: #333;
    font-size: 16px;
    position: relative;
}

.page_nav_left div:last-child {
    border-right: none;
}

.page_nav_left a:hover {
    color: #3AAEBD;
}

.page_nav_left .active {
    color: #3AAEBD;
}

.page_nav_left .active::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #3AAEBD;
    position: absolute;
    bottom: -24px;
    left: 0;
}

.page_nav_right {
    float: right;
    color: #999999;
}

.page_nav_right a {
    color: #999
}

.page_new_list {
    margin-top: 50px;
}

.page_new_list ul {
    margin: 0;
    padding: 0;
}

.page_new_list ul li {
    border-bottom: 1px dashed #E1E1E1;
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page_new_list ul li .time {
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
}

.page_new_list ul li .time:hover {
    background: #3AAEBD;
    transition: 0.5s all;
    color: #fff;
    border: 1px solid #3AAEBD;
}

.page_new_list ul li .time:hover p {
    color: #fff
}

.page_new_list ul li .time:hover span {
    color: #fff
}

.page_new_list ul li .time p {
    color: #000000;
    font-size: 24px;
    margin-top: 26px;
    margin-bottom: 0;
}

.page_new_list ul li .time span {
    color: #999999;
    font-size: 16px;
}

.page_new_list ul li .content {
    float: left;
    width: 62%;
}

.page_new_list ul li .content a {
    display: block;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
}

.page_new_list ul li .content span {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page_new_list ul li .imgs {
    float: right;
    width: 250px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.page_new_list ul li .imgs img {
    width: 100%;
    transition: 0.5s all;
    border-radius: 10px;
}

.page_new_list ul li .imgs img:hover {
    transform: scale(1.2);
}

.fenye {
    text-align: center;
    margin-bottom: 50px;
}

.fenye span {
    border: 1px solid #E8E8E8;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #888;
}

.fenye .fenye_p {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
}

.fenye .fenye_p:hover {
    color: #fff;
    background: #3AAEBD;
}

.fenye_num {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
}

.fenye_num:hover {
    color: #fff;
    background: #3AAEBD;
}

.fenye .active {
    background: #3AAEBD;
    color: #fff;
}

.page_newDetail {
    margin-top: 50px;
}

.page_newDetail_title {
    text-align: center;
    margin-bottom: 30px;
}

.page_newDetail h3 {
    text-align: center;
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
}

.page_newDetail_time {
    display: inline-block;
    color: #999999;
    margin-right: 10px;
}

.page_newDetail_content {
    margin-bottom: 30px;
}

.page_newDetail_content p {
    line-height: 30px;
    color: #333;
}

.page_newDetail_content img {
    max-width: 100%;
}

.page_newDetail_fenye {
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #E6EBEB;
}

.page_newDetail_fenye_left {
    float: left;
    color: #000;
}

.page_newDetail_fenye_left span {
    margin-left: 10px;
}

.page_newDetail_fenye_right {
    float: right;
    padding-top: 4px;
}

.page_newDetail_fenye_right img {
    cursor: pointer;
}

.page_newDetail_fenye_right .prev:hover {
    content: url(../img/new_prev_on.png);
}

.page_newDetail_fenye_right .next:hover {
    content: url(../img/new_next_on.png);
}

.page_new_tj {
    margin-bottom: 50px;
}

.page_new_tj_title {
    text-align: center;
    margin-bottom: 30px;
}

.page_new_tj_title img {
    display: inline-block;
    position: relative;
    top: -4px;
}

.page_new_tj_title p {
    font-size: 24px;
    color: #333;
    display: inline-block;
    margin: 0 24px;
}

.page_new_tj_list {
    padding: 30px;
    background: #FAFAFA;
    height: 130px;
}

.page_new_tj_list a {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page_new_tj_list a:hover {
    color: #3AAEBD;
}

.page_new_tj_list span {
    color: #999999;
    font-size: 14px;
}

.page_pp {
    margin-top: 50px;
}

.page_pp_left {
    float: left;
    width: 20%;
    margin-bottom: 50px;
}

.page_pp_left_title {
    width: 100%;
    background: #3AAEBD;
    height: 90px;
    position: relative;
}

.page_pp_left_title p {
    color: #fff;
    font-size: 28px;
    position: relative;
    line-height: 80px;
    padding-left: 30px;
    z-index: 2;
}

.page_pp_left_title p::before {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 28px;
    height: 1px;
    background: #D32121;
    content: '';
}

.page_pp_left_title>img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.page_pp_left ul {
    padding: 0;
    margin: 0;
    background: #F5F5F5;
    position: relative;
    border-left: 10px solid #3AAEBD;
    padding-bottom: 70px;
}

.page_pp_left ul>img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page_pp_left ul li {
    position: relative;
    z-index: 10000;
}

.page_pp_left ul li>a {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding: 15px;
    display: block;
}

.page_pp_left ul li p {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding: 15px;
}

.page_pp_left ul li img {
    position: absolute;
    top: 20px;
    right: 15px;
    display: none;
}

.page_pp_left ul li .two {
    padding-left: 20px;
    display: none;
}

.page_pp_left ul li .two>a {
    display: block;
    padding: 15px 0;
    color: #000;
}

.page_pp_left ul .active {
    background: #fff;
}

.page_pp_left ul .active .two {
    display: block;
}

.page_pp_left ul .active>a {
    color: #3AAEBD;
}

.page_pp_left ul .active>img {
    display: block;
}

.page_pp_left ul li a:hover {
    color: #3AAEBD;
}

.page_pp_right {
    width: 75%;
    float: right;
}

.page_title {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.page_title p {
    color: #3AAEBD;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.page_title p::before {
    width: 100%;
    height: 2px;
    bottom: -16px;
    left: 0;
    background: #3AAEBD;
    position: absolute;
    content: '';
}

.page_title div {
    float: right;
    color: #999999;
}

.page_title div a {
    color: #999;
}

.page_pp_list {
    margin-bottom: 30px;
}

.page_pp_list_img {
    display: block;
    overflow: hidden;
}

.page_pp_list_img img {
    width: 100%;
    transition: 0.5s all;
    height: 210px;
}

.page_pp_list_img img:hover {
    transform: scale(1.2);
}

.page_pp_list_title {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    margin-top: 14px;
}

.page_lx_box {
    border: 1px solid #E6EBEB;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
    height: 260px;
}

.page_lx_box p {
    font-size: 22px;
    color: #000;
    margin-top: 14px;
    margin-bottom: 10px;
}

.page_lx_box span {
    color: #333333;
    font-size: 14px;
}

.map img {
    width: 100%;
    margin-top: 50px;
}

.page_jt_bg {
    background: url(../img/jt_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.page_jt_box {
    overflow: hidden;
}

.page_jt_box_left {
    float: left;
    width: 50%;
    margin-top: 50px;
}

.page_jt_box_left ul li {
    margin-bottom: 20px;
}

.page_jt_box_left ul li p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}

.page_jt_box_left ul li p::before {
    width: 4px;
    height: 4px;
    background: #CB3521;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
}

.page_jt_box_left ul li span {
    color: #333;
    font-size: 16px;
}

.page_jt_box_right {
    float: left;
    width: 50%;
}

.page_jt_box_right_title {
    text-align: right;
    position: relative;
}

.page_jt_box_right_title p {
    color: #F5F5F5;
    font-size: 74px;
}

.page_jt_box_right_title span {
    color: #333333;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 40px;
}

.page_jt_box_right_banner {
    position: relative;
}

.page_jt_box_right_banner .boxs {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 70%;
    height: 90%;
    border: 1px solid #666666;
}

.page_jt_box_right_banner_box {
    width: 80%;
    position: relative;
    margin-left: 15%;
}

.page_jt_box_right_banner_box .wh_next {
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_jt_box_right_banner_box .wh_next img {
    margin: 0 auto;
}

.wh_prev {
    position: absolute;
    bottom: 15px;
    left: 5px;
    cursor: pointer;
}

.kj_bg {
    background: url(../img/kj_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}

.page_kj_content {
    margin-bottom: 30px;
}

.page_kj_content p {
    font-size: 16px;
    color: #000;
    text-indent: 30px;
}

.page_kj_content p span {
    color: #CB3521;
    font-size: 22px;
    font-weight: bold;
}

.str_wrap a {
    display: inline-block;
    margin-right: 20px;
}

.str4 {
    height: 200px!important;
}

.str4 img {
    width: 200px;
}

.page_kj_list {
    float: left;
    width: 25%;
    border: 1px solid #E6EBEB;
    padding: 15px;
    text-align: center;
    background: #fff;
}

.page_kj_list_6 {
    width: 16.666666666%;
}

.page_kj_list_6 img {
    height: auto!important;
}

.page_video {
    background: url(../img/video_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

.page_video h3 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page_video h3>span {
    font-size: 70px;
}

.page_video p {
    font-size: 18px;
    margin-bottom: 30px;
}

.page_video a {
    border: 1px solid #fff;
    display: inline-block;
    width: 180px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
}

.page_video a img {
    margin-right: 10px;
}


/* .page_kj_list:last-child {
    border-right: 1px solid #E6EBEB;
}

.page_kj_list:nth-child(4n+4) {
    border-right: 1px solid #E6EBEB;
} */

.page_kj_list img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90%;
    height: 170px;
}

.page_kj_list p {
    color: #000000;
    font-size: 16px;
}

.page_zl_box {
    padding: 50px 0;
}

.page_zl_box_title {
    border-left: 3px solid #3AAEBD;
    padding-left: 15px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.page_zl_box_title span {
    color: #CB3521;
    margin-left: 10px;
}

.page_zl_list {
    margin-bottom: 50px;
    margin-top: 50px;
}

.zp_bg {
    background: url(../img/zp_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.page_zp_list {
    background: #FFFFFF;
    border: 1px solid #E6EBEB;
    overflow: hidden;
    margin-bottom: 20px;
}

.page_zp_list_left {
    float: left;
    width: calc(90% - 30px);
    border-right: 1px solid #E6EBEB;
    margin: 30px 0 30px 30px;
}

.page_zp_list_left>p {
    color: #000000;
    font-size: 24px;
    margin-bottom: 14px;
    display: block;
    cursor: pointer;
}

.page_zp_list_left>a {
    color: #000000;
    font-size: 24px;
    margin-bottom: 14px;
    display: block;
    cursor: pointer;
}

.page_zp_list_left>div {
    color: #333;
    font-size: 16px;
    margin-bottom: 14px;
    display: block;
    cursor: pointer;
}

.page_zp_list_left>span {
    display: inline-block;
    margin-right: 20px;
    color: #666666;
    font-size: 16px;
}

.page_zp_list_left>p:hover {
    color: #CB3521;
}

.page_zp_list_right {
    float: right;
    width: 10%;
    text-align: center;
}

.page_zp_list_right>a {
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 30px;
}

.page_zp_list_right>a:hover {
    color: #CB3521;
}

.page_zp_list_right>span {
    color: #666666;
    display: block;
}

.page_zp_list:hover {
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.04);
}

.page_zp_list_content {
    clear: both;
    border-top: 1px solid #E6EBEB;
    padding-bottom: 30px;
    display: none;
}

.page_zp_list_content_box_block {
    display: block;
}

.page_zp_list_content_box {
    padding: 0 30px;
    margin-top: 30px;
}

.page_zp_list_content_box h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
}

.page_zp_list_content_box p {
    color: #666;
}

.sc_bg {
    background: url(../img/sc_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.page_sc_list {
    overflow: hidden;
    margin-bottom: 20px;
}

.page_sc_list_img {
    float: left;
    width: 40%;
    display: block;
    overflow: hidden;
    height: 204px;
}

.page_sc_list_img img {
    width: 100%;
    height: 204px;
}

.page_sc_list_right {
    width: 100%;
    float: left;
    display: block;
    border: 1px solid #E6EBEB;
    height: 204px;
    padding: 30px;
    position: relative;
}

.page_sc_list_right a {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 20px;
}

.page_sc_list_right>img {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

.page_sc_list_right a:hover {
    color: #3AAEBD;
}

.page_sc_list_right p {
    overflow: hidden;
}

.page_sc_list_right p img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.page_sc_list_right p span {
    float: right;
    width: calc(100% - 25px);
}

.page_sc_list:hover {
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.04);
}

.page_sc_list:hover .page_sc_list_right>img {
    display: block;
}

.zz_bg {
    background: url(../img/zz_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.zz_bg img {
    width: 100%;
}

.page_zj {
    overflow: hidden;
}

.page_zj_left {
    width: 520px;
    position: relative;
    display: inline-block;
    margin: 50px 0;
}

.page_zj_left_box {
    width: 84%;
    height: 84%;
    position: absolute;
    left: 8%;
    top: 8%;
    background: rgba(255, 255, 255, 0.93);
    padding: 30px;
}

.page_zj_left_box h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.page_zj_left_box>span {
    color: #666666;
    display: block;
    margin-bottom: 30px;
}

.page_zj_left_box_list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.page_zj_left_box_list ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}

.page_zj_left_box_list ul li>p {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
}

.page_zj_left_box_list ul li>span {
    color: #666;
    display: block;
}

.page_zj_right {
    float: right;
    width: calc(100% - 540px);
}

.page_zj_right_title {
    position: relative;
}

.page_zj_right_title span {
    display: block;
    font-size: 120px;
    color: #F8F8F8;
    font-weight: bolder;
}

.page_zj_right_title p {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 0;
}

.page_zj_right_content {
    height: 540px;
    overflow-y: scroll;
    padding-right: 10px;
}

.page_zj_right_content p {
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: 32px;
}

.page_zj_right_content::-webkit-scrollbar {
    width: 6px;
}

.page_zj_right_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(216, 216, 216, 1);
}

.page_zj_right_content::-webkit-scrollbar-track {
    box-shadow: transparent;
    border-radius: 0;
    background: transparent;
}

.page_lc {
    padding-bottom: 50px;
}

.page_lc_title {
    position: relative;
}

.page_lc_title span {
    display: block;
    font-size: 120px;
    color: #F8F8F8;
    font-weight: bolder;
}

.page_lc_title p {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 36%;
    left: 0;
}

.slide_wrap {
    overflow: hidden;
    position: relative;
}

.slide_wrap ul {
    position: relative;
    left: 0px;
}

.slide_wrap::after {
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    content: '';
    position: absolute;
    top: 48px;
    left: 0px;
    z-index: 100;
}

.slide_items li {
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center;
}

.slide_items li a {
    display: block;
}

.slide_items li.on {
    color: yellow;
    border-radius: 30px;
}

.slide_items li span {
    color: #333333;
    font-size: 24px;
    display: block;
}

.slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 13px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 0;
    position: relative;
    z-index: 1000;
}

.slide_items li.on div i {
    margin-top: 0;
}

.slide_items li i {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3AAEBD;
    border-radius: 5px;
    margin-top: 2px;
}

.slide_items li.on div {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #9CD6DE;
    border-radius: 13px;
    padding: 8px;
    box-sizing: border-box;
    margin-top: 0;
}

.slide-content ul {
    background: rgba(58, 174, 189, 0.1);
    border: 1px dashed #3AAEBD;
    padding: 30px;
}

.slide-content ul {
    display: none;
}

.slide-content ul li {
    position: relative;
    overflow: hidden;
}

.slide-content ul li .time {
    position: absolute;
    bottom: -30px;
    left: 0px;
    font-size: 86px;
    color: #F1CBCC;
    font-weight: bold;
    opacity: 0.1;
}

.slide-content ul li .left {
    font-size: 16px;
    line-height: 38px;
}

.slide-content ul.on {
    display: block;
}

.page_lc_swiper_slide {
    position: relative;
    height: 90px;
}

.page_lc_swiper .button {
    position: absolute;
    cursor: pointer;
    top: 38%;
    color: #333;
}

.page_lc_swiper .prev {
    left: -22px;
    top: 38%;
    z-index: 10000;
}

.page_lc_swiper .prev:hover {
    content: url(../img/new_prev_on.png);
    width: 28px;
    height: 28px;
}

.page_lc_swiper .next {
    right: -20px;
    top: 38%;
    z-index: 10000;
}

.page_lc_swiper .next:hover {
    content: url(../img/new_next_on.png);
    width: 28px;
    height: 28px;
}


/* 新添加css--------------- */

#s1 {
    height: 360px;
    overflow: hidden;
}

.kj_banner {
    position: relative;
}

.kj_banner .swiper-slide img {
    width: 100%;
}

.kj_prev {
    position: absolute;
    z-index: 10000;
    top: 40%;
    left: -60px;
    cursor: pointer;
}

.kj_next {
    position: absolute;
    top: 40%;
    right: -60px;
    cursor: pointer;
    z-index: 10000;
}

.page_zl_list .title {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #3AAEBD;
    padding-left: 15px;
    font-size: 16px;
}

.page_zl_list .title span {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    margin: 0 4px;
}

#myModal video {
    width: 100%;
    height: 400px;
}

#myModal .modal-dialog {
    margin-top: 140px;
}

.pagination>li>a,
.pagination>li>span {
    height: 35px;
}

.page_ry_tab {
    overflow: hidden;
    margin-bottom: 20px;
}

.page_ry_tab ul {
    margin: 0;
    padding: 0;
    float: right;
}

.page_ry_tab ul li {
    float: left;
    margin-right: 14px;
}

.page_ry_tab ul .active a {
    background: #3AAEBD;
    color: #fff;
}

.page_ry_tab ul .active a {
    color: #fff;
    border: 1px solid #3AAEBD;
}

.page_ry_tab ul li a {
    border: 1px solid #999;
    padding: 6px 30px;
    display: block;
    color: #333;
    font-size: 16px;
}

.page_ry_tab ul li a:hover {
    background: #3AAEBD;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #3AAEBD;
}

.page_lx_group {
    overflow: hidden;
}

.page_lx_group .left {
    display: inline-block;
    width: 420px;
    background: #3AAEBD;
    color: #fff;
    padding: 30px;
    float: right;
}

.page_lx_group .left h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.page_lx_group .left span {
    font-size: 36px;
    color: #43B9C8;
    display: block;
    margin-bottom: 20px;
}

.page_lx_group .left input {
    border: none;
    border-bottom: 1px solid #65C5D1;
    color: #fff;
    background: transparent;
    width: 100%;
    height: 50px;
    outline: none;
    line-height: 50px;
    margin-bottom: 20px;
}

.page_lx_group .left input::placeholder {
    color: #86E7F4;
}

.page_lx_group .left textarea {
    border: none;
    border-bottom: 1px solid #65C5D1;
    color: #fff;
    background: transparent;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}

.page_lx_group .left textarea::placeholder {
    color: #86E7F4
}

.page_lx_group {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}

.page_lx_group .left a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    display: block;
    color: #3AAEBD;
    cursor: pointer;
}

.page_lx_group .right {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 420px);
    height: 100%;
}

.page_lx_group .right img {
    height: 100%;
    width: 100%;
}

.index_gg .swiper-pagination {
    bottom: 10px;
    left: auto;
    right: 40px;
    width: auto;
    display: inline-block;
}

.index_gg .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .4;
}

.index_gg .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.index_new_left .swiper-slide img {
    width: 100%;
}

@media (max-width:780px) {
    .page_nav_left a {
        font-size: 14px;
    }
    .page_lx_group .left {
        width: 100%;
    }
    .page_new_list ul li .content {
        width: calc(100% - 100px)!important;
    }
    .index_fc {
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_nav .logo {
        width: 70%;
    }
    .top_nav .logo img {
        width: 100%;
        height: auto;
    }
    .footer_top {
        padding: 15px 0;
    }
    .footer_top_link {
        width: 100%;
    }
    .footer_top_link a {
        border-right: none;
        margin-bottom: 10px;
    }
    .footer_top_search {
        width: 100%;
    }
    .footer_mid_left {
        width: 100%;
        border-right: none;
        overflow: hidden;
        float: none;
        padding: 15px 0;
    }
    .footer_mid_left ul {
        float: left;
        width: 33.33333%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 160px;
    }
    .footer_mid_lx {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        border-right: none;
    }
    .footer_mid_ewm {
        width: 100%;
        float: none;
    }
    .footer_bottom {
        height: auto;
        line-height: auto;
        line-height: initial;
    }
    .footer_bottom img {
        margin-bottom: 10px;
    }
    .footer_bottom .footer_bottom_right {
        float: none;
        text-align: center;
    }
    .footer_bottom_right span {
        display: block;
        margin: 0;
        line-height: auto;
        margin-bottom: 10px;
    }
    .wap_nav_btn {
        position: absolute;
        right: 0px;
        top: 24px;
        color: #fff;
        border: 1px solid #fff;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }
    .wap_nav_btn img {
        width: 30px;
    }
    .wap_nav_main {
        padding: 0 20px;
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        top: 80px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        transform: translate(0, -120%);
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .wap_nav_main div {
        position: relative;
    }
    .wap_nav_main div>a {
        color: #333;
        border-bottom: 1px solid #999;
        height: 50px;
        line-height: 50px;
        display: block;
    }
    .wap_nav_main div .son {
        display: none;
    }
    .wap_nav_main div .son a {
        display: block;
        border-bottom: none;
    }
    .wap_nav_main span {
        float: right;
        color: #333;
    }
    .curr {
        display: block;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .index_new_right .nav-tabs>li>a {
        font-size: 15px;
        color: #333;
        position: relative;
        font-weight: bold;
        color: #666;
        padding: 10px 2px;
    }
    .index_new_right ul .more {
        float: right;
        color: #999999;
        font-size: 14px;
        margin-top: 11px;
    }
    .index_new_right .tab-content .top_new .title {
        font-size: 18px;
    }
    .index_new {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .index_gg {
        margin-bottom: 30px;
    }
    .index_new_mid {
        margin-bottom: 15px;
    }
    .index_title {
        padding-bottom: 10px;
    }
    .index_title p {
        font-size: 18px;
    }
    .index_title p::before {
        bottom: -11px;
    }
    .index_new_dj_top>div>span {
        margin-top: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .index_new_dj_top>div>span>a {
        display: none;
    }
    .page_nav {
        padding: 10px 0;
    }
    .page_nav_left>div {
        width: 25%;
        border: none;
        float: left;
        padding: 0;
    }
    .page_nav_left {
        width: 100%;
    }
    .page_nav_left .active::before {
        display: none;
    }
    .page_nav_right {
        float: left;
        color: #999999;
        margin-top: 10px;
    }
    .page_new_list ul li .time {
        width: 70px;
        height: 70px;
        margin-top: 0;
        margin-bottom: 14px;
    }
    .page_new_list {
        margin-top: 15px;
    }
    .page_new_list ul li .time p {
        font-size: 18px;
        margin-top: 14px;
    }
    .page_new_list ul li .time span {
        color: #999999;
        font-size: 14px;
    }
    .page_new_list ul li .content a {
        margin-top: 0;
    }
    .page_new_list ul li .content a {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 4px;
    }
    .page_new_list ul li .imgs {
        float: none;
        width: 100%;
    }
    .page_new_tj_list {
        margin-bottom: 14px;
    }
    .page_banner_title {
        top: 18%;
    }
    .page_banner_title h3 {
        font-size: 28px;
    }
    .page_banner_title span {
        font-size: 16px;
    }
    .page_pp {
        margin-top: 30px;
    }
    .page_pp_left {
        width: 100%;
        margin-bottom: 0;
    }
    .page_pp_right {
        width: 100%;
        margin-top: 30px;
    }
    .page_lx_box {
        padding: 10px;
    }
    .page_jt_box_left {
        float: right;
        width: 100%;
        margin-top: 30px;
    }
    .page_jt_box_left ul {
        margin: 0;
        padding: 0;
    }
    .page_jt_box_right {
        width: 100%;
    }
    .page_jt_box_right_banner_box {
        width: 100%;
        margin-left: 0;
    }
    .page_jt_box_right_banner_box .swiper-slide img {
        width: 100%;
    }
    .page_jt_box_right_banner .boxs {
        display: none;
    }
    .page_jt_box_right_banner_box .wh_next {
        left: 80px;
    }
    .wh_prev {
        position: absolute;
        bottom: 15px;
        left: 15px;
        cursor: pointer;
        z-index: 1000;
    }
    .page_kj_list {
        width: 50%;
    }
    .page_kj_list p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .page_kj_list:nth-child(4n+4) {
        border-right: none;
    }
    .page_kj_list:nth-child(2n+1) {
        border-right: none;
    }
    .page_zp_list_left {
        margin: 15px 0 15px 15px;
        width: calc(80% - 15px);
    }
    .page_zp_list_left>p {
        font-size: 20px;
    }
    .page_zp_list_left>span {
        font-size: 14px;
    }
    .page_zp_list_right {
        width: 20%;
    }
    .page_zp_list_right>a {
        font-size: 14px;
    }
    .page_zp_list_right>span {
        font-size: 12px;
    }
    .page_sc_list_img {
        width: 100%;
        height: auto;
    }
    .page_sc_list_img img {
        height: auto;
    }
    .page_sc_list_right {
        width: 100%;
        border-left: 1px solid #E6EBEB;
    }
    .page_zj_left {
        width: 100%;
        margin: 30px 0;
    }
    .page_zj_left_box {
        padding: 15px;
    }
    .page_zj_right {
        float: none;
        width: 100%;
    }
    .page_zj_right_title span {
        font-size: 60px;
    }
    .page_zj_right_title p {
        font-size: 24px;
        top: 32%;
    }
    .page_video h3 {
        font-size: 24px;
    }
    .page_video h3>span {
        font-size: 30px;
    }
    .page_video p {
        font-size: 14px;
    }
    .page_lc_title span {
        font-size: 60px;
        margin-top: 10px;
    }
    .page_lc_title p {
        top: 22%;
    }
    .page_lc_swiper .prev {
        left: 0;
    }
    .page_lc_swiper .next {
        right: 0;
    }
    .slide_items li {
        width: 100px;
    }
    .slide-content ul li .left {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    .slide-content ul li .time {
        display: none;
    }
    .slide-content ul li img {
        width: 100%;
        margin-top: 20px;
    }
    .page_zj_right_content {
        height: auto;
    }
    .page_detail_li>a {
        width: 100%;
    }
    .kj_prev,
    .kj_prev {
        display: none;
    }
}

@media (max-width: 1279px) {
    .top_nav ul li>a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .top_nav ul li>a {
        font-size: 16px;
    }
    .index_new_right .nav-tabs>li>a {
        padding: 10px 4px;
        font-size: 18px;
    }
    .top_nav .logo img {
        width: 300px;
        height: auto!important;
    }
    .top_nav ul {
        width: calc(100% - 300px);
    }
    .page_zj_right_title span {
        font-size: 100px;
    }
    .page_kj_list_6 img {
        height: auto!important;
    }
}

@media (max-width: 1100px) {
    .top_nav ul li>a {
        font-size: 16px;
    }
    .page_zj_right_title span {
        font-size: 80px;
    }
    .page_zj_right_title p {
        font-size: 30px;
    }
    .page_kj_list p {
        height: 48px;
        display: block;
        overflow: hidden;
    }
    .page_kj_list_6 img {
        height: auto!important;
    }
}

@media (max-width:1099px) {
    .top_nav ul li>a {
        font-size: 16px;
    }
    .page_new_list ul li .time {
        width: 80px;
        height: 80px;
    }
    .page_new_list ul li .time p {
        margin-top: 12px;
    }
    .page_new_list ul li .content {
        width: calc(100% - 120px - 250px);
    }
}

@media (max-width:991px) {
    .top_nav ul li>a {
        font-size: 16px;
    }
    .top_nav .logo img {
        width: 260px;
        height: auto!important;
    }
    .top_nav ul {
        width: calc(100% - 260px);
    }
    .page_zj_left {
        width: 100%;
    }
    .page_zj_left>img {
        width: 100%;
    }
    .page_zj_left {
        width: 100%;
        height: 600px;
        overflow: hidden;
    }
    .page_zj_right {
        width: 100%;
    }
}

@media (max-width:899px) {
    .top_nav .logo img {
        width: 200px;
        height: auto!important;
    }
    .top_nav ul {
        width: calc(100% - 200px);
    }
    .top_nav ul li>a {
        font-size: 14px;
    }
}